Conversation
cc2c197 to
afdcd00
Compare
Pull Request Test Coverage Report for Build 14258425399Details
💛 - Coveralls |
esune
left a comment
There was a problem hiding this comment.
Small typo, otherwise it's looking good.
Not really sure about why the code coverage would drop that significantly since tests were not removed - it all seems to be in /oidc-controller/api/core/config.py in a utility function used to evaluate booleans.
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
5b1ce5c to
15d1e24
Compare
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
fc96130 to
e6f66c2
Compare
|
@esune I left in the USE_OOB_LOCAL_DID_SERVICE stuff, is that something we want to keep?
Yeah not sure why it counted a drop in coverage? Only 0.04% but I did not alter that code path... added a bit of coverage anyways, added a test for generating the proofs I noticed was lacking too. |
useOobPresentProof- specified whether to use out of band, we can use that for everything nowuseUrlDeepLink- was put in when we needed to feature toggle?_urlon and off for testingClean up code that used these configuration values and remove them